/**全局样式**/
html {
    background-image: url(../images/bg-rep-02.png);
    background-repeat: repeat;
    font-size: 62.5%;
    background-color: #fff;
}
.wrapper{
	width: 100%;
	margin: 0 auto;
	padding:0;
}
.disn{
	display: none;
}
.disbl{
	display: block !important;
}
.gray{
	background: #f3f3f3;
}
.gray2{
	background: #f6f8f8;
}


.mt_30{
	margin-top: 30px !important;
}
@media (max-width: 768px) {
	.mt_30{
	margin-top: 15px !important;
	}
}
.mb_30{
	margin-bottom: 30px !important;
}
.ml_10{
	margin-left: 10px !important;
}
.paddt_30{
	padding-top: 30px !important;
}
.paddb_30{
	padding-bottom: : 30px !important;
}

/*header*/
.topheader {
	margin-bottom: 20px;
}
@media (max-width: 768px) {
	.logo img{
		margin-left: 10px;
	}
  .topheader {
	margin-bottom: 0px;
	}
}
.topheader .logo img{
	float: left;
	margin-top: 10px;
}
@media (max-width: 768px) {
	.topheader .logo img{
		margin-top: 0px;
	}
    .top-phone{
    width: 90%;
    height: 60px!important;
    background: url(../images/top-phone.png) left center no-repeat!important;
    text-align: left!important;
    padding-right: 65px!important;
    margin: 10px 0 10px 20px!important;
    padding-left: 70px!important;
    }
}
.topheader .top-text {
	float: left;
    margin-top: 20px;
    margin-left: 10px;
    padding-left: 20px;
    border-left: 1px solid #ededed;
}
.top-text p:first-child {
    font-size: 22px;
    font-weight: bold;
    color: #3c3b3b;
}
.top-text p:last-child {
    font-size: 16px;
    margin-top: -3px;
    letter-spacing: 2px;
    color: #808080;
}
.navbar{
	margin-bottom: 0;
}
.navbar-toggle .icon-bar{
	background: #333;
}
.navbar-toggle{
	background: #f7f7f7;
	margin-top: 23px;
}
.top-phone {
    margin-top: 20px;
    height: 60px;
    background: url(../images/top-phone.png) right center no-repeat;
    text-align: right;
    padding-right: 65px;
    margin-right: 20px;
}
.top-phone p:first-child {
    color: #777777;
    font-weight: bold;
}
.top-phone p:last-child {
    font-size: 24px;
    font-weight: bold;
    color: #fa8b39;
    margin-top: -5px;
}
.top-phone p:last-child a{
    color: #fa8b39;
}
/*navbar*/
.homenav{
	background: #4b9c01;
	position: relative;
	z-index: 9999;
}
.navbar-nav li.active{
	background: #3f760c;
	display: block;
}
.navbar-nav > li > a{
	color: #fff;
	line-height: 30px;
}
.nav > li > a{
	padding: 10px 48px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #3f760c;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #3f760c;
}
.nav > li:hover .dropdown-menu { display: block; }
.dropdown-menu{
	background: #4b9c01;
}
.dropdown-menu li{
	height: 40px;
	line-height: 40px;

}
.dropdown-menu li a{
	color: #fff;
	padding: 10px 0px;
	text-align: center;
}
@media (max-width: 768px) {
	.dropdown-menu li a {
	    text-align:left;
	    padding-left: 50px !important;
	}
}
.dropdown-menu li a:hover{
	display: block;
	 background-color: #3f760c;
	 color: #fff;
}
/*banner*/
.slide{
	margin-top: -1px;
}
.slide .carousel-inner .item img{
    width: 100%;
}
/*Home---service*/
.module-full-screen-title {
    margin-bottom: 35px;
    text-align: center;
}
.module-full-screen-title>h2 {
    margin-bottom: 20px;
    line-height: normal;
    font-weight: normal;
    font-size: 28px;
    color: #333;
    padding:0;
    margin-top: 0;
}
@media (max-width: 768px) {
	.module-full-screen-title>h2 {
	    padding:0;
	    margin-top: 0;
	}
}
.module-full-screen-title>.module-title-content {
    margin: -10px 0 15px;
}
.module-full-screen-title>.module-title-content>i {
    display: inline-block;
    position: relative;
    top: -5px;
    width: 55px;
    height: 1px;
    overflow: hidden;
    background-color: #ccc;
}
.module-full-screen-title>.module-title-content>h3 {
    display: inline-block;
    margin: 0 15px;
    line-height: normal;
    font-weight: normal;
    font-size: 16px;
    color: #999;
}
.module-full-screen-title>.module-title-content>i {
    display: inline-block;
    position: relative;
    top: -5px;
    width: 55px;
    height: 1px;
    overflow: hidden;
    background-color: #ccc;
}
.ser-con .thumbnail{
	border:none;
}
.ser-con .thumbnail h4{
	font-size: 16px;
	color: #333;
	line-height: 30px;
}
.ser-con .thumbnail p{
	font-size: 12px;
	line-height: 20px;
	color: #4d4d4d;
}
.ser-con .thumbnail:hover a{
	text-decoration: none;
}
.ser-con .thumbnail:hover h4,.ser-con .thumbnail:hover p{
	color: #4b9c01;
	text-decoration: none;
}
.ser-con .thumbnail:hover img{
	box-shadow: 0 0px 20px rgba(75, 156, 1, 0.6);
}
/*Home---product*/
.product-wrap .col-md-2{
	width: 17.6%;
    margin-right: 3%;
    padding-right: 0;
    padding-left: 0;
}
.product-wrap .col-md-2:nth-of-type(5n+5) {
    margin-right: 0;
}
@media (max-width: 768px) {
	.product-wrap .col-md-2{
		width: 45%;
    	margin: 1% 2%;
	    padding-right: 0;
	    padding-left: 0;
	}
}
.product-list li {
    margin-bottom: 25px;
    text-align: center;
}
.product-item {
    position: relative;
}
.product-item .portfolio-img {
    background-color: #f2f2f2;
    overflow: hidden;
    position: relative;
    margin-bottom: 13px;
}
.portfolio-img a {
    position: relative;
    height: 192px;
    
}
/*.portfolio-img a,*/ .portfolio-img img {
    width: 100%;
    display: block;
    overflow: hidden;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.portfolio-title {
    margin-bottom: 10px;
    line-height: normal;
}
.portfolio-list .col-5-1 .portfolio-title h5 {
    font-size: 14px;
    line-height: 1.5;
    font-weight: normal;
}
.portfolio-title h5 a{
	color: #4d4d4d;
}
.portfolio-title h5 a:hover{
	color: #4b9c01;
}
.portfolio-img img{position:relative; transition:all 2s;height: 192px;}
.portfolio-img:hover img{-webkit-transform:scale(1.5,1.5);}
.product-list .btn{
    display: inline-block;
    line-height: 34px;
    padding: 0 45px;
    border: 1px solid #ccc;
    border-radius: 0;
    color: #999;
    background-color: transparent;
    transition: all 0.5s ease 0s;
}
.product-list .btn:hover,
.product-list .btn:active {
	background-color: #4b9c01;
	border-color: #4b9c01;
	color: #fff;
	text-decoration: none;
}

/*Home---about*/
.about h2{
	color: #4d4d4d;
	line-height: 30px;
}
.about h1{
	color: #4b9c01;
	line-height: 20px;
}
@media (max-width: 768px) {
	.about h2{
		text-align: center;
	}
	.about h1{
		text-align: center;
	}
}
.about p{
	font-size: 14px;
	color: #4d4d4d;
	line-height: 24px;
	margin:20px auto ;
}
.about p a{
	color: #4b9c01;
}
.about img{
	border:#4b9c01 solid 6px;
	width: 332px;
	height: 292px;
}

/*Home---homecase*/
.homecase .col-md-3{
	padding: 0;
}
.homecase .col-xs-12{
	padding: 0;
}
.portfolio-grid-item a {
    display: block;
    position: relative;
}
.portfolio-grid-img {
    overflow: hidden;
}
.portfolio-grid-img img {
    display: block;
    width: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.portfolio-grid-text {
    position: absolute;
    top: 43%;
    left: 0;
    z-index: 11;
    width: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.portfolio-grid-text h3 {
    font-size: 16px;
    text-align: center;
    padding: 0 15px;
    margin-top: -15px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.portfolio-grid-item .overlay {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    background-color: #000;
    opacity: 0;
    filter: alpha(opacity=0);
    _height: expression( (this.parentElement.clientHeight) +'px');
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
@media screen and (max-width: 1200px){
.portfolio-grid-text {
    top: auto;
    bottom: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.9)));
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
}
}
@media screen and (max-width: 480px){
.portfolio-grid-text h3 {
    font-size: 13px;
    color: #fff;
    background: rgba(0,0,0,0.5);
    line-height: 30px;
}
}
.portfolio-grid-item a:hover img {
	-webkit-transform: scale(1.2, 1.2);
	-moz-transform: scale(1.2, 1.2);
	-o-transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.portfolio-grid-item a:hover .portfolio-grid-text {
	opacity: 1;
	filter: alpha(opacity=100);
}

.portfolio-grid-item a:hover .portfolio-grid-text h3 {
	margin-top: 0px;
	color: #fff;
}
.portfolio-grid-item a:hover .overlay {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.portfolio-grid-4col .portfolio-grid-item {
	width: 25%;
}
.portfolio-grid-3col .portfolio-grid-item {
	width: 33.333%;
}
.homecase .btn{
    display: inline-block;
    line-height: 34px;
    padding: 0 45px;
    border: 1px solid #ccc;
    border-radius: 0;
    color: #999;
    background-color: transparent;
    transition: all 0.5s ease 0s;
}
.homecase .btn:hover,
.homecase .btn:active {
	background-color: #4b9c01;
	border-color: #4b9c01;
	color: #fff;
	text-decoration: none;
}
/*Home---news*/
@media (max-width: 768px) {
	.newsbg{
		min-height: 130px;
	}
}
.newstit {
	padding:0px 15px;
}
.newstit a h4{
	color: #333333;
    font-size: 18px;
    float: left;
    border-left: 4px solid #4b9c01;
    height:20px;
    line-height: 20px;
    padding-left: 10px;

}
.newstit a h4 em{
	color: #555555;
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
    display: inline-block;
    padding-left: 5px;
}
.newstit a span{
	cursor: pointer;
    font-size: 14px;
    line-height: 45px;
    color: #666;
    font-weight: normal;
    float: right;
}
.newstit a:hover span{
	text-decoration: underline;
}
.news-know-1{
	height: 120px;
	overflow: hidden;
	width: 100%;
	margin-bottom: 20px;
}
.news-know-1 a dt {
	width: 30%;
	float: left;
	margin-right: 0;
}
.news-know-1 a dt img{
	width: 160px;
	height: 120px;
	float: left;
}
.news-know-1 a dd{
	float: right;
	width: 60%;
}
.news-know-1 a dd h5{
	color: #4d4d4d;
}
.news-know-1 a dd p{
	margin-top: 10px;
	line-height: 22px;
	text-align: left;
	height: 70px;
	overflow: hidden;
	color: #666;
	font-size: 12px;

}
.news-know-1 a:hover dd h5,.news-know-1 a:hover dd p{
	color: #4b9c01;
}
.news-know ul{
	padding-left: 0px;
}
.news-know li {
    padding: 8px 0;
    border-bottom: 1px solid #e5e5e5;
    _display: inline-block;
    list-style: none;
}
.news-know li .article-title {
    padding-left: 15px;
    display: inline-block;
    line-height: 20px;
    background: url(../images/icon-dot.gif) no-repeat 0 8px;
    color: #4d4d4d;
    
}
.news-know li .article-title a{
	color: #4d4d4d;
}
.news-know li:hover a{
	color: #4b9c01;
	text-decoration: none;
}
/*footer*/
.footer{
	background: #4b9c01;
	padding: 25px 0px;
}
.footer dl dt h5{
    font-size: 16px;
    text-align: left;
    color: #fff;
    font-weight: normal;
    line-height: 30px;
}
.footer dl dd{
	height: 24px;
	overflow: hidden;
	display: block;
}
.footer dl dd a{
	color: #e2e1e1;
    font-size: 12px;
}
.footer dl dd p{
	color: #fff;
	line-height: 20px;
}
.footer h5{
    font-size: 16px;
    text-align: left;
    color: #fff;
    font-weight: normal;
    line-height: 30px;
}
.footcontact p{
	line-height: 24px;
	color: #ccc;
}
.footewm{
	float: right;
}
.footewm p{
	text-align: center;
	color: #ccc;
	margin-top: 10px;
}
@media (max-width: 768px) {
	.footer{
		padding: 0px;
	}
}
.footcopy{
    background: #3f760c;
    color: #ccc;
    font-size: 12px;
   height: 40px;  
}
@media (max-width: 768px) {
	.footcopy{
	   height: auto;  
	}
}
.mfootcopy{
	color: #ccc;
    
	font-size: 12px;
	margin-bottom: 0;
}
.mfootcopy p{
	margin-bottom: 0;
	line-height: 40px;
}
@media (max-width: 768px) {
	.mfootcopy p{
		margin-bottom: 0;
		padding:10px 0px;
		line-height: 24px;
		text-align: center;
	}
}
.footnav li{
	float: left;
	margin: 10px 5px;
	list-style: none;
}
.footnav li a{
	color: #ccc;
	font-size: 12px;
}
/**************page--html******************/
.pagebanner{
	margin-top: -1px;
}
.pagebanner img{
    width: 100%;
}
.carousel-img {
    display: block;
}
 .carousel-img img {
    display: block;
}
@media screen and (max-width: 480px){
	.slideshow-min img {
	    height: 200px !important;
	}
}
.pagewrap h2{
	margin-bottom: 20px;
    line-height: normal;
    font-weight: normal;
    font-size: 28px;
}
/*Page---pagenav*/
.page-width {
    width: 100%;
    margin: 0 auto 15px;
    text-align: center;
}
.pagenav {
    padding: 0;
    font-size: 0;
}
.pagenav li {
    border-bottom: none;
    display: inline-block;
    background-image: none;
    margin: 0 5px 5px 5px;
}
.pagenav li a {
    display: inline-block;
    line-height: 45px;
    padding: 0 30px;
    font-size: 14px;
    color: #808080;
    background-color: #f2f8fc;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.pagenav li.current a {
    background: #4b9c01;
    color: #fff;
}
.pagenav li a:hover {
    background: #4b9c01;
    color: #fff;
}

.content p{
	font-size: 14px;
	color: #4d4d4d;
	line-height: 24px;
}
/*手机端列表分类*/
.masidelist{
	width: 100%;
	margin:0 auto;
	padding:0;
}
.masidelist ul{
	margin-left: 0;
	padding-left: 0;
}
.masidelist li{
	display: inline-block;
	height: 30px;
	line-height: 30px;
	background: #f0f0f0;
	margin:10px 0px;
}
.masidelist li a{
	color: #333;
	text-align: center;
	padding:5px 13px;
}
.masidelist li a:hover{
	background: #4b9c01;
	color: #fff;
}
.masidelist li.active a{
	background: #4b9c01;
	color: #fff;
}

/**************product--html******************/
/*product---aside*/
/*quinav*/
.quinav dl{
	margin-bottom: 20px;
}
.quinav dl dt h5,.asidecontact h5{
	background-color: #4b9c01;
    height: 50px;
    line-height: 50px;
    font-weight: normal;
    text-indent: 16px;
    font-size: 18px;
    color: #fff;
    margin:0;
}
.quinav dl dd {
    line-height: 54px;
    height: 54px;
    display: block;
    padding-left: 10px;
    background: #fafafa;
    border-bottom: 1px solid #ececec;
}
.quinav dl dd span{
	float: right;
	padding-right: 10px;
}
.quinav dl dd a {
    color: #808080;
    font-size: 14px;
    display: inline-block;
   	width: 124px;
   	overflow: hidden; 
   	line-height: 54px;
    height: 54px;
   	float: left;
   	padding-left: 10px;
}
.quinav dl dd:hover{
	display: block;
	background-color: #4b9c01;
	cursor: pointer;
}
.quinav dl dd:hover a,.quinav dl dd:hover span{
	color: #fff;
}
/*asidecontact*/
.asidecontact{
	border:#bfbfbf 1px solid;
	margin-bottom: 20px;
}
.asidecontact p{
	padding:10px;
	color: #333;
    font-size: 14px;
}

/*product---main-right*/
.breadcrumb img{
	margin-top: -4px;
}
.breadcrumb a{
	color: #4b9c01;
}
.content p{
	font-size: 14px;
	color: #333;
	line-height: 24px;
}
.product_con .col-md-3{
	width: 22.75%;
    margin-right: 3%;
    margin-left: 0;
    padding:0;
}
@media (max-width: 768px) {
	.product_con .col-xs-6{
		width: 49%;
	    margin-right: 2%;
	    margin-left: 0;
	    padding:0;
	}
	.product_con .col-xs-6:nth-of-type(2n+2){
	    margin-right: 0;
	}
} 
.product_con .col-md-3:nth-of-type(4n+4){
    margin-right: 0;
}
.product_con .thumbnail{
	border:none;
}
.product_con a:hover{
	color: #4b9c01;
}
/**************news--html******************/
@media (max-width: 768px) {
	.pagenews ul{
		padding-left: 0;
	}
} 
.pagenews li{
    border-bottom: 1px solid #e5e5e5;
    padding: 5px 0;
    line-height: 20px;
    margin-bottom: 5px;
    list-style: none;
    overflow: hidden;
}

.pagenews li a{
	color: #4d4d4d;
}
.pagenews li h5 {
    font-size: 14px;
    font-weight: normal;
    float: left;
    background: url(../images/icon-dot.gif) no-repeat 0 8px;
    padding-left: 15px;
}
@media (max-width: 768px) {
	.pagenews li h5{
		width: 70%;
	}
} 
.pagenews li span {
    float: right;
}
.pagenews li:hover{
	color: #4b9c01;
	cursor: pointer;
}
.pagenews li:hover a{ 
	text-decoration: underline;
	color: #4b9c01;
}	
/**************details--html******************/
.article-detail .article-title {
    text-align: center;
    margin-bottom: 15px;
}
.article-detail .article-title h1 {
    font-size: 22px;
    line-height: 1.5;
    font-weight: normal;
}
.article-detail .entry-meta {
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 12px;
    /* border-bottom: 1px dotted #ccc; */
    color: #999;
}
.article-detail .entry-meta span {
    margin: 0 10px;
}
.entry-meta strong {
    font-weight: normal;
}
.entry-meta a {
    color: #999;
}
.article-detail .entry-meta .share-toolbar {
    display: inline-block;
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    position: relative;
    top: 4px;
    margin-left: 8px;
}
.article-detail .article-content {
    margin-top: 25px;
}
.article-content p{
	line-height: 24px;
	color: #4d4d4d;
}
.article-detail .entry-meta .share-toolbar span {
    margin: 0;
    float: left;
    height: 16px;
    line-height: 16px;
    margin: 6px 0 6px 0;
}

.entry-meta div img {
    margin-top: 30px;
}



.turn {
    margin-top: 0px;
    position: relative;
    color: #666;
    border-top: 1px solid #e8e8e8;
    padding-top: 20px;
}
.turn p {
    margin: 0 0 10px 0;
}
.turn p span {
    background: #4b9c01;
    padding: 5px 10px;
    color: #fff;
    margin-right: 10px;
}
.turn a {
    color: #666;
}
.turn a.back {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 20px;
}
/**************message--html******************/
.message .btn{
	background: #4b9c01;
	color: #fff;
	padding:10px 30px;
}
 .modal-backdrop {
  position: fixed;
   top: 0;
   right: 0;
   left: 0;
   bottom: 0;
   background-color: #000;
 }
@media (max-width: 768px) {
	.modal {
		 position: fixed;
   top: 100px;
	}
}	
/*分页*/
.pagination > li > a, .pagination > li > span{
	color: #666;
}

